home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CUCD
/
Magazine
/
C_Tutorial
/
Part-10
/
frac1
/
test2.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-01-03
|
229b
|
13 lines
/* Test Arexx communications */
options results
address hellopainter
text = "Hi from ARexx!"
do j = 1 to 30
'new'
do i = 15 to 1 by -1
'pen' i
'draw' 50+(2*i) 50+(2*i) text
'draw' 50+(2*i) 50-(2*i) text
end
end